From: Colin Walters Date: Thu, 8 Dec 2016 18:38:49 +0000 (-0500) Subject: build: Error if glib isn't found X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~42^2~8 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ef438c8d60489d707d79abfa9d7da0932bd86986;p=ostree.git build: Error if glib isn't found This is a bit extracted from my work on ASAN. Closes: #625 Approved by: jlebon --- diff --git a/configure.ac b/configure.ac index ff27b0a0..4e004ca6 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ AS_IF([test "$YACC" != "bison -y"], [AC_MSG_ERROR([bison not found but required] PKG_PROG_PKG_CONFIG -AM_PATH_GLIB_2_0 +AM_PATH_GLIB_2_0(,,AC_MSG_ERROR([GLib not found])) dnl When bumping the gio-unix-2.0 dependency (or glib-2.0 in general), dnl remember to bump GLIB_VERSION_MIN_REQUIRED and